firecracker_d.models.base_model

Undocumented in source.

Public Imports

requests
public import requests;
Undocumented in source.
asdf
public import asdf;
Undocumented in source.
firecracker_d.models.client_models
public import firecracker_d.models.client_models;
Undocumented in source.
firecracker_d.core.client
public import firecracker_d.core.client;
Undocumented in source.

Members

Mixin templates

BaseModel
mixintemplate BaseModel()

This file is meant to provide all of the imports to the models, as well as providing a 'mixin' template for converting the model's struct to a string containing a JSON object representing the fields.

Meta